home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / PowerReplace 4.1 / Filter / TeX->Text < prev    next >
Encoding:
Text File  |  1995-11-26  |  781 b   |  64 lines  |  [TEXT/EREP]

  1. #message "Tex To Orthograph"
  2. #extension ".ort"
  3. %guoniu han
  4.  
  5. "$$*$$"    " "
  6. "$*$"      " "
  7. "%*\r"     " "  % ligne
  8. "%*\n"     " "  % ligne
  9. "[*]"      " "  % reference
  10.  
  11.  
  12. "\\`a"     "à"
  13. "\\^a"     "â"
  14. "\\\"a"     "ä" 
  15. "\\`A"     "À"
  16. "\\^A"     "Â"
  17. "\\\"A"     "Ä"
  18.  
  19.  
  20. "\\c c"  "ç"
  21. "\\c C"  "Ç"
  22.  
  23. "\\'e"     "é"
  24. "\\`e"     "è"
  25. "\\^e"     "ê"
  26. "\\\"e"     "ë"
  27. "\\'E"     "É"
  28. "\\\"E"     "Ë"
  29. "\\^E"     "Ê"
  30. "\\`E"     "È"
  31.  
  32. "\\^\\i "   "î"
  33. "\\\"\\i "  "ï"
  34. "\\^i"       "î"
  35. "\\\"i"       "ï"
  36.  
  37. "\\^I"       "Î"
  38. "\\\"I"       "Ï"
  39.  
  40. "\\^o"    "ô"
  41. "\\\"o"    "ö"
  42. "\\^O"    "Ô"
  43. "\\\"O"    "Ö"
  44. "\\oe "  "œ"
  45.  
  46. "\\`u"     "ù"
  47. "\\^u"     "û"
  48. "\\\"u"     "ü"
  49. "\\`U"     "Ù"
  50. "\\^U"     "Û"
  51. "\\\"U"     "Ü"
  52.  
  53.  
  54. "'"         "’"
  55. "``"       "“"
  56. "\""     "”"
  57.  
  58.  
  59. "\\-"   ""
  60. "~"    " "
  61. "|"    " "
  62.  
  63. "\\* "    " "
  64. %end